From b3c1454dcc6b1f916390db55dcc9673027b79659 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 25 Dec 2015 22:22:51 -0500 Subject: [PATCH] Add docs for GtkCssSection --- gtk/gtkcsssection.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gtk/gtkcsssection.h b/gtk/gtkcsssection.h index 4f88eee0ee..1bb04d0e71 100644 --- a/gtk/gtkcsssection.h +++ b/gtk/gtkcsssection.h @@ -66,6 +66,12 @@ typedef enum GTK_CSS_SECTION_KEYFRAMES } GtkCssSectionType; +/** + * GtkCssSection: + * + * GtkCssSection is an auxiliary object containing information about + * the results of parsing a CSS style sheet. + */ typedef struct _GtkCssSection GtkCssSection; GDK_AVAILABLE_IN_3_2 -- 2.30.2